From b827c6c13d7e866cba0940c023bba0e13d6b45ec Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 May 1993 21:03:28 +0000 Subject: [PATCH] Include ../src/config.h. --- lib-src/etags.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib-src/etags.c b/lib-src/etags.c index 443f0ea933c..dd1153e2054 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -31,6 +31,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include +#include "../src/config.h" + #include "getopt.h" #ifdef __GNUC__ -- 2.30.2